roundedbox: Initialize the hashtable key before using it
authorTimm Bäder <mail@baedert.org>
Tue, 3 May 2016 14:58:02 +0000 (10:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 3 May 2016 14:58:02 +0000 (10:58 -0400)
commit71b360cc8e72df4f7672c7eeeafb90f0c40b5cb6
tree959a125e0f2dfbe63cae9de630cdf2f90dbc6129
parenta72c4576b2815c96b55164ebe27ad62f40108da7
roundedbox: Initialize the hashtable key before using it

In mem_hash, we are iterating over the individual bytes of the key, so
make sure all of it is initialized.
gtk/gtkroundedbox.c